The state argument was removed in commit
1518fe0 (API: stylecontext:
Remove state argument from getters), but we missed updating this file
until commit
5b94fe6 (stylecontext: Make first property name explicit),
as the compiler did not issue any warnings on the (now-defunct) usage.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk_style_context_save (style);
gtk_style_context_set_state (style, GTK_STATE_FLAG_NORMAL);
gtk_style_context_get (style,
- gtk_style_context_get_state (style),
"font",
&font_desc,
NULL);